Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ApplyTransparencyMask Method / ApplyTransparencyMask(BilevelBitmap,Nullable<Rectangle>) Method
A BilevelBitmap with the transparency mask.
The target rectangle of the GcBitmap.

In This Topic
    ApplyTransparencyMask(BilevelBitmap,Nullable<Rectangle>) Method
    In This Topic
    Applies a transparency mask to the current image or its portion.
    Syntax
    'Declaration
     
    Public Overloads Sub ApplyTransparencyMask( _
       ByVal transparencyMask As BilevelBitmap, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void ApplyTransparencyMask( 
       BilevelBitmap transparencyMask,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    transparencyMask
    A BilevelBitmap with the transparency mask.
    clipRect
    The target rectangle of the GcBitmap.
    See Also